home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / warp / next / Makefile.preamble < prev    next >
Makefile  |  1993-05-22  |  633b  |  24 lines

  1. GEOM = ../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include Makedefs
  4. include ../common/Makedefs.common
  5.  
  6. NAME = warp
  7.  
  8. CFLAGS = -I${GEOM}/include -I../common
  9.  
  10. OTHER_SOURCEFILES = ${COMMON_SRCS}
  11.  
  12. L = ${GEOM}/lib/next
  13.  
  14. OTHER_PRODUCT_DEPENDS = \
  15.     ${L}/libpointlist.a \
  16.         ${L}/libmg.a ${L}/libcamera.a \
  17.         ${L}/libgeom.a ${L}/libquad.a ${L}/libpolylist.a ${L}/libvect.a \
  18.         ${L}/libbezier.a ${L}/libmesh.a ${L}/libvect.a ${L}/libstub.a \
  19.         ${L}/libshade.a ${L}/liboogl.a ${L}/lib3d.a ${L}/libcolor.a 
  20.  
  21. OTHER_OFILES = ${COMMON_OBJS}
  22. OTHER_LIBS = -L${L} -lpointlist ${ALLOOGLLIBS}
  23. OTHER_CFLAGS = -I../common
  24.